home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- CQTApp.h
-
- Header File For CQTApp Application Class
-
- Copyright © 1995 Gregory Bonk, NewMedia Inc. All rights reserved.
-
- Generated by Visual Architectâ„¢ 5:28 PM Tue, Aug 1, 1995
- ******************************************************************************/
-
- #pragma once
-
- #include "x_CQTApp.h"
-
- #include <CDialog.h>
-
- class CQTApp : public x_CQTApp
- {
- public: TCL_DECLARE_CLASS
-
- CQTApp();
- ~CQTApp();
-
- void ICQTApp(void);
-
- virtual void ForceClassReferences(void);
- virtual void DoCommand(long theCommand);
-
- void MakeSwitchboard(void);
- void SetUpFileParameters(void);
-
- void OpenDocument(SFReply *macReply);
- void OpenQTDocument(FSSpec *spec);
- void CreateDocument();
-
- void DoCmdAbout();
-
- void Exit();
- };
-
- // File Types
- //
- // Change the #defines below to reflect the file types
- // your application actually creates or opens
-
- #define kNumFileTypes 1
- #define kFileType1 'MooV'
- #define kFileType2 'TEXT'
- #define kFileType3 'TEXT'
- #define kFileType4 'TEXT'
-